home *** CD-ROM | disk | FTP | other *** search
- /*
- * DO NOT EDIT. THIS FILE IS GENERATED FROM nsIFTPChannel.idl
- */
-
- #ifndef __gen_nsIFTPChannel_h__
- #define __gen_nsIFTPChannel_h__
-
-
- #ifndef __gen_nsIChannel_h__
- #include "nsIChannel.h"
- #endif
-
- /* For IDL files that don't want to include root IDL files. */
- #ifndef NS_NO_VTABLE
- #define NS_NO_VTABLE
- #endif
- class nsIRequestObserver; /* forward declaration */
-
-
- /* starting interface: nsIFTPChannel */
- #define NS_IFTPCHANNEL_IID_STR "3476df52-1dd2-11b2-b928-925d89b33bc0"
-
- #define NS_IFTPCHANNEL_IID \
- {0x3476df52, 0x1dd2, 0x11b2, \
- { 0xb9, 0x28, 0x92, 0x5d, 0x89, 0xb3, 0x3b, 0xc0 }}
-
- class NS_NO_VTABLE nsIFTPChannel : public nsIChannel {
- public:
-
- NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFTPCHANNEL_IID)
-
- };
-
- /* Use this macro when declaring classes that implement this interface. */
- #define NS_DECL_NSIFTPCHANNEL \
- /* no methods! */
-
- /* Use this macro to declare functions that forward the behavior of this interface to another object. */
- #define NS_FORWARD_NSIFTPCHANNEL(_to) \
- /* no methods! */
-
- /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
- #define NS_FORWARD_SAFE_NSIFTPCHANNEL(_to) \
- /* no methods! */
-
- #if 0
- /* Use the code below as a template for the implementation class for this interface. */
-
- /* Header file */
- class nsFTPChannel : public nsIFTPChannel
- {
- public:
- NS_DECL_ISUPPORTS
- NS_DECL_NSIFTPCHANNEL
-
- nsFTPChannel();
-
- private:
- ~nsFTPChannel();
-
- protected:
- /* additional members */
- };
-
- /* Implementation file */
- NS_IMPL_ISUPPORTS1(nsFTPChannel, nsIFTPChannel)
-
- nsFTPChannel::nsFTPChannel()
- {
- /* member initializers and constructor code */
- }
-
- nsFTPChannel::~nsFTPChannel()
- {
- /* destructor code */
- }
-
- /* End of implementation class template. */
- #endif
-
-
- /* starting interface: nsIFTPEventSink */
- #define NS_IFTPEVENTSINK_IID_STR "455d4234-0330-43d2-bbfb-99afbecbfeb0"
-
- #define NS_IFTPEVENTSINK_IID \
- {0x455d4234, 0x0330, 0x43d2, \
- { 0xbb, 0xfb, 0x99, 0xaf, 0xbe, 0xcb, 0xfe, 0xb0 }}
-
- class NS_NO_VTABLE nsIFTPEventSink : public nsISupports {
- public:
-
- NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFTPEVENTSINK_IID)
-
- /* void OnFTPControlLog (in boolean server, in string msg); */
- NS_IMETHOD OnFTPControlLog(PRBool server, const char *msg) = 0;
-
- };
-
- /* Use this macro when declaring classes that implement this interface. */
- #define NS_DECL_NSIFTPEVENTSINK \
- NS_IMETHOD OnFTPControlLog(PRBool server, const char *msg);
-
- /* Use this macro to declare functions that forward the behavior of this interface to another object. */
- #define NS_FORWARD_NSIFTPEVENTSINK(_to) \
- NS_IMETHOD OnFTPControlLog(PRBool server, const char *msg) { return _to OnFTPControlLog(server, msg); }
-
- /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
- #define NS_FORWARD_SAFE_NSIFTPEVENTSINK(_to) \
- NS_IMETHOD OnFTPControlLog(PRBool server, const char *msg) { return !_to ? NS_ERROR_NULL_POINTER : _to->OnFTPControlLog(server, msg); }
-
- #if 0
- /* Use the code below as a template for the implementation class for this interface. */
-
- /* Header file */
- class nsFTPEventSink : public nsIFTPEventSink
- {
- public:
- NS_DECL_ISUPPORTS
- NS_DECL_NSIFTPEVENTSINK
-
- nsFTPEventSink();
-
- private:
- ~nsFTPEventSink();
-
- protected:
- /* additional members */
- };
-
- /* Implementation file */
- NS_IMPL_ISUPPORTS1(nsFTPEventSink, nsIFTPEventSink)
-
- nsFTPEventSink::nsFTPEventSink()
- {
- /* member initializers and constructor code */
- }
-
- nsFTPEventSink::~nsFTPEventSink()
- {
- /* destructor code */
- }
-
- /* void OnFTPControlLog (in boolean server, in string msg); */
- NS_IMETHODIMP nsFTPEventSink::OnFTPControlLog(PRBool server, const char *msg)
- {
- return NS_ERROR_NOT_IMPLEMENTED;
- }
-
- /* End of implementation class template. */
- #endif
-
-
- #endif /* __gen_nsIFTPChannel_h__ */
-